home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Fun & Games / UniSudoku (trial).dmg / UniSudoku.app / Contents / Info.plist next >
Extensible Markup Language  |  2006-02-27  |  1KB  |  52 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>unisudoku</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>UniSudokuIcon</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>DocumentType</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>????</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>MyDocument</string>
  26.         </dict>
  27.     </array>
  28.     <key>CFBundleExecutable</key>
  29.     <string>UniSudoku</string>
  30.     <key>CFBundleHelpBookFolder</key>
  31.     <string>UniSudokuHelp</string>
  32.     <key>CFBundleHelpBookName</key>
  33.     <string>UniSudoku Help</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>UniSudokuIcon</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>com.rcs.UniSudoku</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundlePackageType</key>
  41.     <string>APPL</string>
  42.     <key>CFBundleSignature</key>
  43.     <string>????</string>
  44.     <key>CFBundleVersion</key>
  45.     <string>1.1</string>
  46.     <key>NSMainNibFile</key>
  47.     <string>MainMenu</string>
  48.     <key>NSPrincipalClass</key>
  49.     <string>NSApplication</string>
  50. </dict>
  51. </plist>
  52.